runtime.gclinkptr.ptr (method)
24 uses
runtime (current package)
malloc.go#L2054: c.reusableNoscan[spc] = v.ptr().next
mcache.go#L85: func (p gclinkptr) ptr() *gclink {
mcache.go#L380: v.ptr().next = c.reusableNoscan[spc]
stack.go#L207: if s.manualFreeList.ptr() != nil {
stack.go#L219: valgrindMalloc(unsafe.Pointer(x.ptr()), unsafe.Sizeof(x.ptr()))
stack.go#L221: x.ptr().next = s.manualFreeList
stack.go#L227: if x.ptr() == nil {
stack.go#L230: s.manualFreeList = x.ptr().next
stack.go#L232: if s.manualFreeList.ptr() == nil {
stack.go#L245: if s.manualFreeList.ptr() == nil {
stack.go#L249: x.ptr().next = s.manualFreeList
stack.go#L291: x.ptr().next = list
stack.go#L309: y := x.ptr().next
stack.go#L327: for x.ptr() != nil {
stack.go#L328: y := x.ptr().next
stack.go#L391: if x.ptr() == nil {
stack.go#L395: c.stackcache[order].list = x.ptr().next
stack.go#L402: valgrindFree(unsafe.Pointer(x.ptr()))
stack.go#L514: valgrindMalloc(unsafe.Pointer(x.ptr()), unsafe.Sizeof(x.ptr()))
stack.go#L527: valgrindMalloc(unsafe.Pointer(x.ptr()), unsafe.Sizeof(x.ptr()))
stack.go#L529: x.ptr().next = c.stackcache[order].list
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |